Eclipse Platform
Pre-release 3.0

org.eclipse.ui.commands
Interface IContextBinding

All Superinterfaces:
Comparable

public interface IContextBinding
extends Comparable

An instance of IActivityBinding represents a binding between a command and an activity.

This interface is not intended to be extended or implemented by clients.

EXPERIMENTAL

Since:
3.0
See Also:
ICommand

Method Summary
 String getContextId()
          TODO
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getContextId

public String getContextId()
TODO


Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.